From: Jan Beulich Date: Thu, 13 Feb 2014 12:57:43 +0000 (+0000) Subject: tools/configure: correct --enable-blktap1 help text X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5575 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=42788ddd24a06bf05f0f2b5da1880ed89736bd7b;p=xen.git tools/configure: correct --enable-blktap1 help text Signed-off-by: Jan Beulich Acked-by: Ian Campbell --- diff --git a/tools/configure b/tools/configure index afc300091b..3f2eecf304 100755 --- a/tools/configure +++ b/tools/configure @@ -1427,7 +1427,7 @@ Optional Features: --disable-seabios Disable SeaBIOS (default is ENABLED) --disable-debug Disable debug build of tools (default is ENABLED) --enable-xend Enable xend toolstack (default is DISABLED) - --enable-blktap1 Disable blktap1 tools (default is DISABLED) + --enable-blktap1 Enable blktap1 tools (default is DISABLED) --enable-qemu-traditional Enable qemu traditional device model, (DEFAULT is on for x86, otherwise off) diff --git a/tools/configure.ac b/tools/configure.ac index 0754f0efd6..5083c7bba9 100644 --- a/tools/configure.ac +++ b/tools/configure.ac @@ -58,7 +58,7 @@ AX_ARG_DEFAULT_ENABLE([rombios], [Disable ROM BIOS]) AX_ARG_DEFAULT_ENABLE([seabios], [Disable SeaBIOS]) AX_ARG_DEFAULT_ENABLE([debug], [Disable debug build of tools]) AX_ARG_DEFAULT_DISABLE([xend], [Enable xend toolstack]) -AX_ARG_DEFAULT_DISABLE([blktap1], [Disable blktap1 tools]) +AX_ARG_DEFAULT_DISABLE([blktap1], [Enable blktap1 tools]) AC_ARG_ENABLE([qemu-traditional], AS_HELP_STRING([--enable-qemu-traditional],